Advise on effectively re-entering CPP world [closed]
Posted
by
Aadith
on Programmers
See other posts from Programmers
or by Aadith
Published on 2012-12-11T13:32:19Z
Indexed on
2012/12/11
17:23 UTC
Read the original article
Hit count: 205
c++
I am getting back into C++ world after nearly a decade. Apparently, there has been a world of development. Would like to get the developer community's advice as to what would be a good approach to have a smooth take-off.
To start with, I have done the following:
- Read up (very briefly) on C++ 11 standards
- Installed GCC 4.7
- Wrote a Hello World program
I am sure getting a decent book and reading through it would do. But I am looking for any strategic advise experts might have to share. Trying to leverage on past experience to have a short but effective initial learning span. What would be top few things I would have to look into?
© Programmers or respective owner